home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / games2 / wordhide.zip / WORDHIDE.DOC < prev    next >
Text File  |  1993-01-04  |  4KB  |  129 lines

  1.  
  2. -------------------------------------------------------------------------
  3.             WordHide.Exe
  4.  
  5.             Version 2.0
  6.  
  7.             (c) July '88
  8.  
  9.             by
  10.  
  11.             Rad Delaroderie
  12.             PO Box 1991
  13.             Columbus, Ga.
  14.                 31902
  15.  
  16.             written in
  17.  
  18.             Turbo Basic
  19.  
  20.             on an
  21.  
  22.             IBM PS/2 Model 80
  23. ---------------------------------------------------------------------------
  24.  
  25. Program Requirements:
  26.  
  27.     CGA
  28.     128K RAM
  29.     DOS 2.0 or later
  30.     IBM or compatible
  31.  
  32. ----------------------------------------------------------------------------
  33.  
  34. Description:
  35.  
  36.     My programming philosophy is that a program shows its first sign
  37.     of failure the moment you have to pick up a user's manual to see
  38.     what to do next.  With this mind, let me make a few points, and
  39.     then you should never have to read this file again.  If you do,
  40.     leave me a scathing message.
  41.  
  42.     I can be contacted at the PO Box listed above, or at
  43.  
  44.         Columbus Connection BBS
  45.         1-404-687-7309
  46.         Rad Delaroderie
  47.  
  48. -----------------------------------------------------------------------------
  49.  
  50. Program Notes:
  51.  
  52.     WordHide.Exe is a word game.  It will take a list of up to
  53.     20 words (each up to 20 characters in length) that you provide
  54.         and hide them in an unpredictable square of random letters.
  55.  
  56.     You determine the list of words.  You determine how large or
  57.     small the square will be.  If you want, the program will save
  58.     a list of words for you so you can use them at any time to
  59.     create a word-square puzzle.  The program will save as many
  60.     lists as you want to type up and save (no limit, except the
  61.     limits of how many files your computer can save in a directory).
  62.  
  63.     Once you create the word-square puzzle, you can print it out
  64.     on a form that allows you to say who the puzzle is for, and
  65.     who it's from.
  66.  
  67.     Considering the processing it has to do to figure out a puzzle,
  68.     WordHide is very fast.  The various screen displays use a variety
  69.     of colors and boxes designed to make the program easy to learn and
  70.     use.
  71.  
  72. -----------------------------------------------------------------------------
  73.  
  74. Request:
  75.  
  76.     I love compliments.  I welcome critiques.  I'm open to suggestions.
  77.         I listen to advice.  I'll consider criticisms.  I'll ignore sarcasm.
  78.     I'll seeth over insults.  I'll track down threats and squish out
  79.     all remaining life.  No matter what, I encourage feedback one way
  80.     or the other.  The bottom line is that it always gives me a wider
  81.     perspective on my work to hear someone else's point of view.  So
  82.     if you have something to say, get in touch with me.
  83.  
  84.  
  85. -----------------------------------------------------------------------------
  86.  
  87. Expectations:
  88.  
  89.     If you find that you use this program regularly, and you're any
  90.     kind of lady or gentleman, I know you'd send a miserly $5 for
  91.     a program that is commercially worth a lot more than that, so
  92.     I won't harp on the matter...
  93.  
  94.     You may use it commercially only with my permission.  You may
  95.     use it privately to your heart's desire.  I wrote it mainly
  96.     for you to enjoy.  If you want to make money with it,
  97.     contact me first.
  98.  
  99.     I know you'd NEVER rename it and/or modify it without original
  100.     author credit and permission, or represent it or its results
  101.         as work not mine!  So I won't harp on that, either...
  102.  
  103.     Finally, if you distribute this program, make sure to include
  104.     this .Doc file.
  105.  
  106. ---------------------------------------------------------------------------
  107.  
  108. History:
  109.  
  110.     WordHide.Exe
  111.     Version 1.0
  112.     Feb. '88
  113.     written in Turbo Basic    
  114.  
  115.     * Original Version
  116.  
  117.  
  118.     WordHide.Exe
  119.     Version 2.0
  120.     July '88
  121.     written in Turbo Basic    
  122.  
  123.     * Faster Display & puzzle creation
  124.     * Better display and selection of word lists already on file
  125.           with more options available.
  126.  
  127. ---------------------------------------------------------------------------
  128.                         End of WordHide.Doc File
  129.